projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c08fce
)
Fix last change.
author
Chong Yidong
<cyd@stupidchicken.com>
Fri, 8 Aug 2008 15:52:10 +0000
(15:52 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Fri, 8 Aug 2008 15:52:10 +0000
(15:52 +0000)
src/xdisp.c
patch
|
blob
|
history
diff --git
a/src/xdisp.c
b/src/xdisp.c
index 6eca10a10e7dd19de4a06506ecfc38b494f9eb07..05fd0768bcceb832e1d0b43470b52d87ec655b74 100644
(file)
--- a/
src/xdisp.c
+++ b/
src/xdisp.c
@@
-6942,7
+6942,7
@@
move_it_to (it, to_charpos, to_x, to_y, to_vpos, op)
&& IT_CHARPOS (*it) == to_charpos
&& it->what == IT_CHARACTER
&& it->nglyphs > 1
- &&
it->line_wrap == WINDOW_WRAP
+ &&
!it->truncate_lines_p
&& it->current_x == it->last_visible_x - 1
&& it->c != '\n'
&& it->c != '\t'